Adwaita: Regenerate CSS to get window.devel styles
authorDaniel Boles <dboles.src@gmail.com>
Sun, 2 Sep 2018 08:21:47 +0000 (09:21 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 2 Sep 2018 08:27:38 +0000 (09:27 +0100)
This step was missed before, again.

SASS 3.6 emits rgba(0, 0, 0, 0) instead of transparent, so it wants to
change those too, but that patch was only committed in March and isn't
being backported to the previous stable, so I don't know if others'
versions will do the same - so until it's shown that anyone else (A) is
regenerating CSS and (B) also has 3.6, I'm skipping those changes. See:
https://github.com/sass/libsass/commit/c287f312ac9735aa274bbce56762391ca348cad9

gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 32ea468f42e733186a610a1258afdf88f8cfced1..506cfa02b44aafd3cfaee358838c4db645bdf609 100644 (file)
@@ -686,6 +686,10 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen
 
 .titlebar:not(headerbar) > separator { background-color: #1b1f20; }
 
+window.devel headerbar { background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat, linear-gradient(to left, #2a4b6c 8%, #33393b 25%); color: rgba(238, 238, 236, 0.1); }
+
+window.devel headerbar label { color: #eeeeec; }
+
 /************ Pathbars * */
 .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }
 
index 1126820c01d5edb4bb20c08fdde2be000b06c957..646e7b96223983eb84cb9d7b7e9794a087083c8a 100644 (file)
@@ -694,6 +694,10 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen
 
 .titlebar:not(headerbar) > separator { background-color: #b6b6b3; }
 
+window.devel headerbar { background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat, linear-gradient(to left, #99bce0 8%, #e8e8e7 25%); color: rgba(46, 52, 54, 0.1); }
+
+window.devel headerbar label { color: #2e3436; }
+
 /************ Pathbars * */
 .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }